home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / mCD / Source / CD_DBase.subproj / CD_DBase08.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-26  |  19.0 KB  |  477 lines

  1. #import <sys/types.h>
  2. #import <stddef.h>
  3. #import "CD_DBaseSubs.h"
  4.  
  5.     /*
  6.      * This subroutine has information for CD's with 8 tracks
  7.      */
  8.  
  9. #define PBARDENS_SEEN1EARTH    728770915 /* key parts = 2024.27.08.265 137 */
  10. #define U2_BLOODREDSKY         763801334 /* key parts = 2121.50.08.284 225 */
  11. #define JBECK_THERENBACK       770986949 /* key parts = 2141.47.08.299 218 */
  12. #define JBECK_WIRED_UD         806742096 /* key parts = 2240.71.08.246 150 */
  13. #define JBECK_WIRED            807481293 /* key parts = 2243.00.08.243 152 */
  14. #define MOLDFIELD_PLATINUM     815041205 /* key parts = 2264.00.08.305 285 */
  15. #define APP_VULTURE            821521319 /* key parts = 2282.00.08.269 327 */
  16. #define BSPRING_BORN2RUN_GOLD  853897339 /* key parts = 2371.70.08.289 575 */
  17. #define MOODY_7THSOJOURN       854559735 /* key parts = 2373.58.08.285 262 */
  18. #define BSPRING_BORN2RUN       856081341 /* key parts = 2378.00.08.291 576 */
  19. #define LEDZEP_HOUSES_STUDBOX  884353230 /* key parts = 2456.40.08.330 271 */
  20. #define MOLDFIELD_DISCOVERY    894658929 /* key parts = 2485.12.08.279 731 */
  21. #define JMJARRE_CHRONOLOGIE    910417251 /* key parts = 2528.70.08.651 333 */
  22. #define BDYLAN_INFIDELS        913090879 /* key parts = 2536.27.08.379 357 */
  23. #define LEDZEP_IV_STUDBOX      921145347 /* key parts = 2558.55.08.297 427 */
  24. #define LEDZEP_IV              922633348 /* key parts = 2562.65.08.298 428 */
  25. #define SUPERT_COTC_UD         956506837 /* key parts = 2656.72.08.337 335 */
  26. #define SUPERT_COTC_AM         958321234 /* key parts = 2662.00.08.334 334 */
  27. #define RENAIS_SONG4SEASONS    965578905 /* key parts = 2682.12.08.255 656 */
  28. #define NDIAM_HOTAUG_D2        983818935 /* key parts = 2732.62.08.285 573 */
  29. #define OZRIC_ARBOR           1065154821 /* key parts = 2958.57.08.321 384 */
  30. #define CFRANKE_LONDONCONCERT 1111825205 /* key parts = 3088.30.08.305 216 */
  31. #define MGAR_TRANQCOVE        1163113290 /* key parts = 3230.65.08.690 303 */
  32. #define PINKF_DELICATETHUN_D2 1193737275 /* key parts = 3315.70.08.375 432 */
  33. #define SOFTW_PASTPF_V2       1238041262 /* key parts = 3439.00.08.212 390 */
  34. #define SOFTW_CHIPMED         1241281234 /* key parts = 3448.00.08.484 185 */
  35. #define SOFTW_OCEAN           1310761255 /* key parts = 3641.00.08.505 382 */
  36. #define YES_EVENINGPLUS_D1    1334473302 /* key parts = 3706.65.08.102 768 */
  37. #define PERU_PROPHECIES       1375321320 /* key parts = 3820.25.08.870 246 */
  38. #define SOFTW_3DIMENSIONLIVE  1469521295 /* key parts = 4082.00.08.95 532 */
  39. #define EVDHEIJ_UTIMEZONE     1588623681 /* key parts = 4412.63.08.681 478 */
  40. #define RENAIS_TALES1001_V2   1634449275 /* key parts = 4540.10.08.825 1434 */
  41.  
  42.  
  43. void filltoc08(tocPtr, cdKey)
  44. struct cd_toc *tocPtr;
  45. u_int cdKey;
  46. {
  47.  
  48.     if ( cdKey == APP_VULTURE ) { /* 0:38:02-00 */
  49.     tocPtr->discPerformer = "Alan Parsons Project";
  50.     tocPtr->discTitle = "Vulture Culture";
  51. #     if !defined(SKIPSONGS_Alan_Parsons_Project)
  52.     SET_CDtt( 1, 04.29, "Let's Talk About Me");
  53.     SET_CDtt( 2, 05.00, "Separate Lives");
  54.     SET_CDtt( 3, 04.31, "Days Are Numbers (The Traveller)");
  55.     SET_CDtt( 4, 04.26, "Sooner Or Later");
  56.     SET_CDtt( 5, 05.23, "Vulture Culture");
  57.     SET_CDtt( 6, 03.49, "Hawkeye");
  58.     SET_CDtt( 7, 04.55, "Somebody Out There");
  59.     SET_CDtt( 8, 05.27, "The Same Old Sun");
  60. #     endif
  61.     }
  62.     if ( cdKey == PBARDENS_SEEN1EARTH ) { /* 0:33:44-27 */
  63.     tocPtr->discPerformer = "Pete Bardens";
  64.     tocPtr->discTitle = "Seen One Earth";
  65.     SET_CDtt( 1, 04.25, "Seascape");
  66.     SET_CDtt( 2, 04.29, "Man Alive");
  67.     SET_CDtt( 3, 05.44, "Seen One Earth");
  68.     SET_CDtt( 4, 02.19, "Home Thoughts");
  69.     SET_CDtt( 5, 02.26, "Prelude");
  70.     SET_CDtt( 6, 05.33, "In Dreams");
  71.     SET_CDtt( 7, 06.29, "The Stargate");
  72.     SET_CDtt( 8, 02.17, "Many Happy Returns");
  73.     }
  74.     if ( cdKey == JBECK_WIRED ) { /* 0:37:23-00 */
  75.     tocPtr->discPerformer = "Jeff Beck";
  76.     tocPtr->discTitle = "Wired";
  77. #     if !defined(SKIPSONGS_Jeff_Beck)
  78.     SET_CDtt( 1, 04.03, "Led Boots");
  79.     SET_CDtt( 2, 05.55, "Come Dancing");
  80.     SET_CDtt( 3, 05.30, "Goodbye Pork Pie Hat");
  81.     SET_CDtt( 4, 02.45, "Head for Backstage Pass");
  82.     SET_CDtt( 5, 05.54, "Blue Wind");
  83.     SET_CDtt( 6, 06.32, "Sophie");
  84.     SET_CDtt( 7, 04.10, "Play With Me");
  85.     SET_CDtt( 8, 02.32, "Love is Green");
  86. #     endif
  87.     }
  88.     if ( cdKey == JBECK_WIRED_UD ) { /* 0:37:20-71 */
  89.     tocPtr->discPerformer = "Jeff Beck";
  90.     tocPtr->discTitle = "Wired  [UltraDisc]";
  91. #     if !defined(SKIPSONGS_Jeff_Beck)
  92.     SET_CDtt( 1, 04.06, "Led Boots");
  93.     SET_CDtt( 2, 05.54, "Come Dancing");
  94.     SET_CDtt( 3, 05.30, "Goodbye Pork Pie Hat");
  95.     SET_CDtt( 4, 02.44, "Head for Backstage Pass");
  96.     SET_CDtt( 5, 05.54, "Blue Wind");
  97.     SET_CDtt( 6, 06.30, "Sophie");
  98.     SET_CDtt( 7, 04.10, "Play With Me");
  99.     SET_CDtt( 8, 02.30, "Love is Green");
  100. #     endif
  101.     }
  102.     if ( cdKey == JBECK_THERENBACK ) { /* 0:35:41-47 */
  103.     tocPtr->discPerformer = "Jeff Beck";
  104.     tocPtr->discTitle = "There and Back";
  105. #     if !defined(SKIPSONGS_Jeff_Beck)
  106.     SET_CDtt( 1, 04.59, "Star Cycle");
  107.     SET_CDtt( 2, 03.00, "Too Much To Lose");
  108.     SET_CDtt( 3, 04.04, "You Never Know");
  109.     SET_CDtt( 4, 05.48, "The Pump");
  110.     SET_CDtt( 5, 04.02, "El Becko");
  111.     SET_CDtt( 6, 04.58, "The Golden Road");
  112.     SET_CDtt( 7, 05.10, "Space Boogie");
  113.     SET_CDtt( 8, 03.38, "The Final Peace");
  114. #     endif
  115.     }
  116.     if ( cdKey == NDIAM_HOTAUG_D2 ) { /* 0:45:32-62 */
  117.     tocPtr->discPerformer = "Neil Diamond";
  118.     tocPtr->discTitle = "Hot August Night  [disc 2] [UltraDisc II]";
  119. #     if !defined(SKIPSONGS_Neil_Diamond)
  120.     SET_CDtt( 1, 04.45, "Play Me");
  121.     SET_CDtt( 2, 05.27, "Canta Libre");
  122.     SET_CDtt( 3, 05.35, "Morningside");
  123.     SET_CDtt( 4, 04.51, "Song Sung Blue");
  124.     SET_CDtt( 5, 02.51, "Cracklin' Rosie");
  125.     SET_CDtt( 6, 06.17, "Holly Holy");
  126.     SET_CDtt( 7, 06.11, "I Am... I Said");
  127.     SET_CDtt( 8, 09.33, "Soolaimon / Brother Love's Traveling Salvation Show / [closing theme - instrumental]");
  128. #     endif
  129.     }
  130.     if ( cdKey == BDYLAN_INFIDELS ) { /* 0:42:16-27 */
  131.     tocPtr->discPerformer = "Bob Dylan";
  132.     tocPtr->discTitle = "Infidels";
  133. #     if !defined(SKIPSONGS_Bob_Dylan)
  134.     SET_CDtt( 1, 06.19, "Jokerman");
  135.     SET_CDtt( 2, 04.35, "Sweetheart Like You");
  136.     SET_CDtt( 3, 04.38, "Neighborhood Bully");
  137.     SET_CDtt( 4, 03.35, "License to Kill");
  138.     SET_CDtt( 5, 06.32, "Man of Peace");
  139.     SET_CDtt( 6, 05.25, "Union Sundown");
  140.     SET_CDtt( 7, 05.13, "I and I");
  141.     SET_CDtt( 8, 05.57, "Don't Fall Apart on Me Tonight");
  142. #     endif
  143.     }
  144.     if ( cdKey == CFRANKE_LONDONCONCERT ) { /* 0:51:28-30 */
  145.     tocPtr->discPerformer = "Christopher Franke";
  146.     tocPtr->discTitle = "The London Concert";
  147.     SET_CDtt( 1, 05.05, "Circular Signs Suite: Part 1: Empire of Light");
  148.     SET_CDtt( 2, 16.37, "Part 2: Purple Waves");
  149.     SET_CDtt( 3, 05.56, "Part 3: Cloudburst Flight");
  150.     SET_CDtt( 4, 05.34, "Part 4: Black Garden View");
  151.     SET_CDtt( 5, 05.52, "Part 5: Vermilion Sands");
  152.     SET_CDtt( 6, 04.09, "Mountain Heights");
  153.     SET_CDtt( 7, 04.37, "Dolphin Dance");
  154.     SET_CDtt( 8, 03.36, "Private Diaries");
  155.     }
  156.     if ( cdKey == MGAR_TRANQCOVE ) { /* 0:53:50-65 */
  157.     tocPtr->discPerformer = "Michael Garrison";
  158.     tocPtr->discTitle = "Tranquility Cove";
  159.     SET_CDtt( 1, 11.30, "Infinity Dream");
  160.     SET_CDtt( 2, 04.04, "Under the Orangish Sky");
  161.     SET_CDtt( 3, 06.10, "Invisible Sun");
  162.     SET_CDtt( 4, 05.28, "The Nebula Dream");
  163.     SET_CDtt( 5, 06.16, "Beyond the Cosmic Horizon");
  164.     SET_CDtt( 6, 06.16, "The Distance from Here");
  165.     SET_CDtt( 7, 09.01, "Visions of the Aquasun");
  166.     SET_CDtt( 8, 05.03, "Moonrise");
  167.     }
  168.     if ( cdKey == JMJARRE_CHRONOLOGIE ) { /* 0:42:08-70 */
  169.     tocPtr->discPerformer = "Jean-Michel Jarre";
  170.     tocPtr->discTitle = "Chronologie";
  171.     SET_CDtt( 1, 10.51, "Chronologie: part 1");
  172.     SET_CDtt( 2, 06.06, "Chronologie: part 2");
  173.     SET_CDtt( 3, 03.59, "Chronologie: part 3");
  174.     SET_CDtt( 4, 03.59, "Chronologie: part 4");
  175.     SET_CDtt( 5, 05.35, "Chronologie: part 5");
  176.     SET_CDtt( 6, 03.45, "Chronologie: part 6");
  177.     SET_CDtt( 7, 02.18, "Chronologie: part 7");
  178.     SET_CDtt( 8, 05.33, "Chronologie: part 8");
  179.     }
  180.     if ( cdKey == LEDZEP_IV ) { /* 0:42:42-65 */
  181.     tocPtr->discPerformer = "Led Zeppelin";
  182.     tocPtr->discTitle = "(4th album - has no title)";
  183.     tocPtr->discCatNum = "007567800842900";
  184. #     if !defined(SKIPSONGS_Led_Zeppelin)
  185.     SET_CDtt( 1, 04.58, "Black Dog");
  186.     SET_CDtt( 2, 03.41, "Rock and Roll");
  187.     SET_CDtt( 3, 05.52, "The Battle of Evermore");
  188.     SET_CDtt( 4, 08.02, "Stairway to Heaven");
  189.     SET_CDtt( 5, 04.39, "Misty Mountain Hop");
  190.     SET_CDtt( 6, 04.44, "Four Sticks");
  191.     SET_CDtt( 7, 03.36, "Going to California");
  192.     SET_CDtt( 8, 07.08, "When the Levee Breaks");
  193. #     endif
  194.     }
  195.     if ( cdKey == LEDZEP_IV_STUDBOX ) { /* 0:42:38-55 */
  196.     tocPtr->discPerformer = "Led Zeppelin";
  197.     tocPtr->discTitle = "(4th album - has no title)  [studio box]";
  198.     tocPtr->discCatNum = "007567825262400";
  199. #     if !defined(SKIPSONGS_Led_Zeppelin)
  200.     SET_CDtt( 1, 04.57, "Black Dog");
  201.     SET_CDtt( 2, 03.41, "Rock and Roll");
  202.     SET_CDtt( 3, 05.52, "The Battle of Evermore");
  203.     SET_CDtt( 4, 08.03, "Stairway to Heaven");
  204.     SET_CDtt( 5, 04.39, "Misty Mountain Hop");
  205.     SET_CDtt( 6, 04.45, "Four Sticks");
  206.     SET_CDtt( 7, 03.32, "Going to California");
  207.     SET_CDtt( 8, 07.07, "When the Levee Breaks");
  208. #     endif
  209.     }
  210.     if ( cdKey == LEDZEP_HOUSES_STUDBOX ) { /* 0:40:56-40 */
  211.     tocPtr->discPerformer = "Led Zeppelin";
  212.     tocPtr->discTitle = "Houses of the Holy  [studio box]";
  213.     tocPtr->discCatNum = "007567825262400";
  214. #     if !defined(SKIPSONGS_Led_Zeppelin)
  215.     SET_CDtt( 1, 05.30, "The Song Remains the Same");
  216.     SET_CDtt( 2, 07.39, "The Rain Song");
  217.     SET_CDtt( 3, 04.50, "Over the Hills and Far Away");
  218.     SET_CDtt( 4, 03.17, "The Crunge");
  219.     SET_CDtt( 5, 03.44, "Dancing Days");
  220.     SET_CDtt( 6, 04.22, "D'yer Mak'er");
  221.     SET_CDtt( 7, 07.01, "No Quarter");
  222.     SET_CDtt( 8, 04.31, "The Ocean");
  223. #     endif
  224.     }
  225.     if ( cdKey == MOODY_7THSOJOURN ) { /* 0:39:33-58 */
  226.     tocPtr->discPerformer = "Moody Blues";
  227.     tocPtr->discTitle = "Seventh Sojourn";
  228.     tocPtr->discCatNum = "004228201592100";
  229. #     if !defined(SKIPSONGS_Moody_Blues)
  230.     SET_CDtt( 1, 04.45, "Lost In A Lost World");
  231.     SET_CDtt( 2, 05.11, "New Horizons");
  232.     SET_CDtt( 3, 03.57, "For My Lady");
  233.     SET_CDtt( 4, 06.00, "Isn't Life Strange");
  234.     SET_CDtt( 5, 04.20, "You And Me");
  235.     SET_CDtt( 6, 04.51, "The Land of Make-Believe");
  236.     SET_CDtt( 7, 06.05, "When You're a Free Man");
  237.     SET_CDtt( 8, 04.22, "I'm Just A Singer (In A Rock And Roll Band)");
  238. #     endif
  239.     }
  240.     if ( cdKey == MOLDFIELD_PLATINUM ) { /* 0:37:44-00 */
  241.     tocPtr->discPerformer = "Mike OldField";
  242.     tocPtr->discTitle = "Platinum";
  243. #     if !defined(SKIPSONGS_Mike_Oldfield)
  244.     SET_CDtt( 1, 05.05, "Platinum Part 1: Airborne");
  245.     SET_CDtt( 2, 06.07, "Platinum Part 2: Platinum");
  246.     SET_CDtt( 3, 03.17, "Platinum Part 3: Charleston");
  247.     SET_CDtt( 4, 04.49, "Platinum Part 4: North Star / Platinum Finale");
  248.     SET_CDtt( 5, 04.06, "Woodhenge");
  249.     SET_CDtt( 6, 03.46, "Sally");
  250.     SET_CDtt( 7, 05.47, "Punkadiddle");
  251.     SET_CDtt( 8, 04.45, "I Got Rhythm");
  252. #     endif
  253.     }
  254.     if ( cdKey == MOLDFIELD_DISCOVERY ) { /* 0:41:25-12 */
  255.     tocPtr->discPerformer = "Mike OldField";
  256.     tocPtr->discTitle = "Discovery";
  257. #     if !defined(SKIPSONGS_Mike_Oldfield)
  258.     SET_CDtt( 1, 04.39, "To France");
  259.     SET_CDtt( 2, 03.58, "Poison Arrows");
  260.     SET_CDtt( 3, 03.02, "Crystal Gazing");
  261.     SET_CDtt( 4, 03.53, "Tricks Of The Light");
  262.     SET_CDtt( 5, 04.36, "Discovery");
  263.     SET_CDtt( 6, 04.25, "Talk About Your Life");
  264.     SET_CDtt( 7, 04.39, "Saved By The Bell");
  265.     SET_CDtt( 8, 12.11, "The Lake");
  266. #     endif
  267.     }
  268.     if ( cdKey == OZRIC_ARBOR ) { /* 0:49:18-57 */
  269.     tocPtr->discPerformer = "Ozric Tentacles";
  270.     tocPtr->discTitle = "Arborescence";
  271.     SET_CDtt( 1, 05.21, "Astro Cortex");
  272.     SET_CDtt( 2, 09.40, "Yog–Bar–Og");
  273.     SET_CDtt( 3, 04.54, "Arborescence");
  274.     SET_CDtt( 4, 05.03, "Al–Salooq");
  275.     SET_CDtt( 5, 05.15, "Dance of the Loomi");
  276.     SET_CDtt( 6, 05.59, "Myriapod");
  277.     SET_CDtt( 7, 06.40, "There's a Planet Here");
  278.     SET_CDtt( 8, 06.24, "Shima Koto");
  279.     }
  280.     if ( cdKey == PERU_PROPHECIES ) { /* 1:03:40-25 */
  281.     tocPtr->discPerformer = "Peru";
  282.     tocPtr->discTitle = "Prophecies";
  283.     SET_CDtt( 1, 14.30, "Book of Revelation");
  284.     SET_CDtt( 2, 07.57, "666 (The Beast)");
  285.     SET_CDtt( 3, 07.34, "Guru");
  286.     SET_CDtt( 4, 08.18, "Nostradamus");
  287.     SET_CDtt( 5, 07.09, "Not Consequent");
  288.     SET_CDtt( 6, 09.34, "The Prophet");
  289.     SET_CDtt( 7, 04.30, "Nostradamus  [club version]");
  290.     SET_CDtt( 8, 04.06, "Book of Revelation  [radio version]");
  291.     }
  292.     if ( cdKey == PINKF_DELICATETHUN_D2 ) { /* 0:55:15-70 */
  293.     tocPtr->discPerformer = "Pink Floyd";
  294.     tocPtr->discTitle = "Delicate Sound of Thunder  [disc 2]";
  295. #     if !defined(SKIPSONGS_Pink_Floyd)
  296.     SET_CDtt( 1, 06.15, "One Of These Days");
  297.     SET_CDtt( 2, 05.17, "Time");
  298.     SET_CDtt( 3, 04.49, "Wish You Were Here");
  299.     SET_CDtt( 4, 07.22, "Us & Them");
  300.     SET_CDtt( 5, 09.52, "Money");
  301.     SET_CDtt( 6, 05.29, "Another Brick In The Wall, Part II");
  302.     SET_CDtt( 7, 08.57, "Comfortably Numb");
  303.     SET_CDtt( 8, 07.12, "Run Like Hell");
  304. #     endif
  305.     }
  306.     if ( cdKey == RENAIS_SONG4SEASONS ) { /* 0:44:42-12 */
  307.     tocPtr->discPerformer = "Renaissance";
  308.     tocPtr->discTitle = "A Song For All Seasons";
  309. #     if !defined(SKIPSONGS_Renaissance)
  310.     SET_CDtt( 1, 04.15, "Opening Out");
  311.     SET_CDtt( 2, 09.44, "The Day of the Dreamer");
  312.     SET_CDtt( 3, 03.19, "Closer Than Yesterday");
  313.     SET_CDtt( 4, 04.49, "Kindness (at the End)");
  314.     SET_CDtt( 5, 03.17, "Back Home Once Again (theme from “The Paper Lads”)");
  315.     SET_CDtt( 6, 04.13, "She Is Love");
  316.     SET_CDtt( 7, 04.07, "Northern Lights");
  317.     SET_CDtt( 8, 10.56, "A Song For All Seasons");
  318. #     endif
  319.     }
  320.     if ( cdKey == RENAIS_TALES1001_V2 ) { /* 1:15:40-10 */
  321.     tocPtr->discPerformer = "Renaissance";
  322.     tocPtr->discTitle = "Tales of 1001 Nights, Volume II";
  323.     tocPtr->discCatNum = "007599261432000";
  324. #     if !defined(SKIPSONGS_Renaissance)
  325.     SET_CDtt( 1, 13.45, "Can You Hear Me?");
  326.     SET_CDtt( 2, 09.28, "Touching Once (is so Hard to Keep)");
  327.     SET_CDtt( 3, 05.41, "Midas Man");
  328.     SET_CDtt( 4, 04.06, "Northern Lights");
  329.     SET_CDtt( 5, 10.58, "A Song For All Seasons");
  330.     SET_CDtt( 6, 04.41, "Jekyll and Hyde");
  331.     SET_CDtt( 7, 03.05, "The Winter Tree");
  332.     SET_CDtt( 8, 23.54, "Ashes Are Burning");
  333. #     endif
  334.     }
  335.     if ( cdKey == SOFTW_CHIPMED ) { /* 0:57:28-00 */
  336.     tocPtr->discPerformer = "Software";
  337.     tocPtr->discTitle = "Chip-Meditation";
  338.     SET_CDtt( 1, 08.04, "Julias-Dream");
  339.     SET_CDtt( 2, 11.19, "Self-Similarity-Life");
  340.     SET_CDtt( 3, 05.55, "Frontiers-of-Chaos");
  341.     SET_CDtt( 4, 13.22, "Chip-Meditation");
  342.     SET_CDtt( 5, 01.03, "Voice-Bit");
  343.     SET_CDtt( 6, 07.14, "Byte-by-Bite");
  344.     SET_CDtt( 7, 07.24, "Winds-of-Time");
  345.     SET_CDtt( 8, 03.05, "Short-Wave");
  346.     }
  347.     if ( cdKey == SOFTW_PASTPF_V2 ) { /* 0:57:19-00 */
  348.     tocPtr->discPerformer = "Software";
  349.     tocPtr->discTitle = "Past, Present, Future  [volume 2]";
  350.     SET_CDtt( 1, 03.32, "Love-Potion-Of-Artificial-Life");
  351.     SET_CDtt( 2, 05.35, "Add-Space-To-Time");
  352.     SET_CDtt( 3, 12.46, "Sunny-ROM-Rise");
  353.     SET_CDtt( 4, 05.56, "Moonly-Twigs");
  354.     SET_CDtt( 5, 10.40, "Fencing-Clouds");
  355.     SET_CDtt( 6, 03.26, "Syn-Code-Power-Part");
  356.     SET_CDtt( 7, 08.52, "Timber-Wave-Reflections");
  357.     SET_CDtt( 8, 06.30, "Night-Light");
  358.     }
  359.     if ( cdKey == SOFTW_3DIMENSIONLIVE ) { /* 1:08:02-00 */
  360.     tocPtr->discPerformer = "Software";
  361.     tocPtr->discTitle = "The Third Dimension - Live in Concert";
  362.     SET_CDtt( 1, 01.35, "Software-Live: Intro");
  363.     SET_CDtt( 2, 05.07, "See you Soon");
  364.     SET_CDtt( 3, 03.48, "Meet the Sax");
  365.     SET_CDtt( 4, 13.22, "Touch the Flute");
  366.     SET_CDtt( 5, 14.32, "Face the Future");
  367.     SET_CDtt( 6, 10.23, "Cry for More");
  368.     SET_CDtt( 7, 10.21, "World of Secrets");
  369.     SET_CDtt( 8, 08.52, "The Final Song");
  370.     }
  371.     if ( cdKey == SOFTW_OCEAN ) { /* 1:00:41-00 */
  372.     tocPtr->discPerformer = "Software";
  373.     tocPtr->discTitle = "Ocean";
  374.     SET_CDtt( 1, 08.25, "Dea–Alba");
  375.     SET_CDtt( 2, 14.12, "Love–Is–More–Thicker–Than–Forget");
  376.     SET_CDtt( 3, 06.34, "Sea–Gulls–Audience");
  377.     SET_CDtt( 4, 09.37, "Present–Voice");
  378.     SET_CDtt( 5, 04.34, "Software–Visions");
  379.     SET_CDtt( 6, 05.59, "Land–Of–Fantasy");
  380.     SET_CDtt( 7, 04.56, "Looking–For–A–Future");
  381.     SET_CDtt( 8, 06.22, "The–Voice–Of–Cave");
  382.     }
  383.     if ( cdKey == BSPRING_BORN2RUN ) { /* 0:39:38-00 */
  384.     tocPtr->discPerformer = "Bruce Springsteen";
  385.     tocPtr->discTitle = "Born to Run";
  386. #     if !defined(SKIPSONGS_Bruce_Springsteen)
  387.     SET_CDtt( 1, 04.51, "Thunder Road");
  388.     SET_CDtt( 2, 03.11, "Tenth Avenue Freeze–Out");
  389.     SET_CDtt( 3, 03.02, "Night");
  390.     SET_CDtt( 4, 06.35, "Backstreets");
  391.     SET_CDtt( 5, 04.31, "Born To Run");
  392.     SET_CDtt( 6, 04.30, "She's The One");
  393.     SET_CDtt( 7, 03.20, "Meeting Across The River");
  394.     SET_CDtt( 8, 09.36, "Jungleland");
  395. #     endif
  396.     }
  397.     if ( cdKey == BSPRING_BORN2RUN_GOLD ) { /* 0:39:31-70 */
  398.     tocPtr->discPerformer = "Bruce Springsteen";
  399.     tocPtr->discTitle = "Born to Run  [gold]";
  400. #     if !defined(SKIPSONGS_Bruce_Springsteen)
  401.     SET_CDtt( 1, 04.49, "Thunder Road");
  402.     SET_CDtt( 2, 03.12, "Tenth Avenue Freeze–Out");
  403.     SET_CDtt( 3, 03.02, "Night");
  404.     SET_CDtt( 4, 06.32, "Backstreets");
  405.     SET_CDtt( 5, 04.30, "Born To Run");
  406.     SET_CDtt( 6, 04.31, "She's The One");
  407.     SET_CDtt( 7, 03.18, "Meeting Across The River");
  408.     SET_CDtt( 8, 09.35, "Jungleland");
  409. #     endif
  410.     }
  411.     if ( cdKey == SUPERT_COTC_AM ) { /* 0:44:22-00 */
  412.     tocPtr->discPerformer = "Supertramp";
  413.     tocPtr->discTitle = "Crime of the Century  [A&M]";
  414.     SET_CDtt( 1, 05.34, "School");
  415.     SET_CDtt( 2, 04.32, "Bloody Well Right");
  416.     SET_CDtt( 3, 06.48, "Hide in Your Shell");
  417.     SET_CDtt( 4, 06.55, "Asylum");
  418.     SET_CDtt( 5, 03.28, "Dreamer");
  419.     SET_CDtt( 6, 07.24, "Rudy");
  420.     SET_CDtt( 7, 04.05, "If Everyone Was Listening");
  421.     SET_CDtt( 8, 05.34, "Crime of the Century");
  422.     }
  423.     if ( cdKey == SUPERT_COTC_UD ) { /* 0:44:16-72 */
  424.     tocPtr->discPerformer = "Supertramp";
  425.     tocPtr->discTitle = "Crime of the Century  [UltraDisc]";
  426.     SET_CDtt( 1, 05.37, "School");
  427.     SET_CDtt( 2, 04.32, "Bloody Well Right");
  428.     SET_CDtt( 3, 06.49, "Hide in Your Shell");
  429.     SET_CDtt( 4, 06.44, "Asylum");
  430.     SET_CDtt( 5, 03.31, "Dreamer");
  431.     SET_CDtt( 6, 07.21, "Rudy");
  432.     SET_CDtt( 7, 04.05, "If Everyone Was Listening");
  433.     SET_CDtt( 8, 05.35, "Crime of the Century");
  434.     }
  435.     if ( cdKey == U2_BLOODREDSKY ) { /* 0:35:21-50 */
  436.     tocPtr->discPerformer = "U2";
  437.     tocPtr->discTitle = "Under a Blood Red Sky";
  438.     tocPtr->discCatNum = "007567901272200";
  439. #     if !defined(SKIPSONGS_U2)
  440.     SET_CDtt( 1, 04.44, "Gloria");
  441.     SET_CDtt( 2, 04.44, "11 O'Clock Tick Tock");
  442.     SET_CDtt( 3, 03.42, "I Will Follow");
  443.     SET_CDtt( 4, 03.22, "Party Girl");
  444.     SET_CDtt( 5, 05.27, "Sunday, Bloody Sunday");
  445.     SET_CDtt( 6, 04.58, "The Electric Company");
  446.     SET_CDtt( 7, 04.37, "New Years Day");
  447.     SET_CDtt( 8, 03.45, "“40”");
  448. #     endif
  449.     }
  450.     if ( cdKey == EVDHEIJ_UTIMEZONE ) { /* 1:13:32-63 */
  451.     tocPtr->discPerformer = "Eric Van Der Heijden";
  452.     tocPtr->discTitle = "Universal Time Zone";
  453.     SET_CDtt( 1, 11.21, "Time Barrier");
  454.     SET_CDtt( 2, 10.15, "Timeless Dreams");
  455.     SET_CDtt( 3, 11.19, "Universal Time Zone");
  456.     SET_CDtt( 4, 08.05, "Quiet Times");
  457.     SET_CDtt( 5, 10.04, "Lightning Times");
  458.     SET_CDtt( 6, 06.52, "Time is Running");
  459.     SET_CDtt( 7, 07.36, "Running out of Time");
  460.     SET_CDtt( 8, 07.58, "The Last Time");
  461.     }
  462.     if ( cdKey == YES_EVENINGPLUS_D1 ) { /* 1:01:46-65 */
  463.     tocPtr->discPerformer = "Yes";
  464.     tocPtr->discTitle = "An Evening of YES Music Plus  [disc 1]";
  465.     SET_CDtt( 1, 01.42, "Benjamin Britten's Young Person's Guide to the Orchestra");
  466.     SET_CDtt( 2, 07.32, "Time and a Word / Owner of a Lonely Heart / Teakbois");
  467.     SET_CDtt( 3, 09.36, "The Clap / Mood For a Day");
  468.     SET_CDtt( 4, 05.37, "Gone But Not Forgotten / Catherine Parr / Merlin the Magician");
  469.     SET_CDtt( 5, 07.11, "Long Distance Runaround");
  470.     SET_CDtt( 6, 07.24, "Birthright");
  471.     SET_CDtt( 7, 09.54, "And You And I");
  472.     SET_CDtt( 8, 12.48, "Starship Trooper");
  473.     }
  474. }
  475.  
  476.  
  477.